DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollectionBase<T> Class
Properties Methods Events


In This Topic
    C1DataCollectionBase<T> Class Members
    In This Topic

    The following tables list the members exposed by C1DataCollectionBase<T>.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements in the collection.  
    Public PropertyGets whether the collection is disposed.  
    Public PropertyGets the element at the specified index in the read-only list.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Called to dispose resources.  
    Public MethodGets the type of the item.  
    Public MethodGets the index of the specified item.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the CollectionChanged event.  
    Protected MethodRaises the PropertyChanged event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs after the collection changed.  
    Public EventOccurs when a property value changes.  
    Top
    See Also